home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / e_h / getilbm / product-info < prev    next >
Fred Fish's Product-Info  |  1995-12-30  |  951b  |  40 lines

  1. .name
  2. GetILBM
  3. .type
  4. Image Processing
  5. .short
  6. 2 functions for loading IFF ILBM files.
  7. .description
  8. Here are two AGA-compatible functions for loading IFF ILBM files,
  9. carefully distilled from that mess of code in the back of RKM:Devices
  10. or Developer's Toolkit.  AGA supported!  This module requires
  11. iffparse.library to be in your libs: directory.
  12.  
  13. LoadILBMBitMap() loads an ILBM file into a BitMap, returning the Bitmap
  14. pointer.  Free the BitMap with freeBitMap().
  15.  
  16. LoadILBMScreen() loads an ILBM file into a Screen, returning the Screen
  17. pointer.  Display the screen with ScreenToFront(), free it with
  18. freeilbmScreen().
  19.  
  20. The executable file getilbm is a demo picture viewer.
  21.  
  22. See the beginning of getilbm.c for complete documentation.
  23. .author
  24. Alex Matulich
  25. .distribution
  26. Public Domain
  27. .email
  28. matulich_a@seaa.navsea.navy.mil
  29. .source
  30. C source included
  31. .docs
  32. README
  33. getilbm.c
  34. .described-by
  35. Richard Fish
  36. .submittal
  37. Submitted on disk directly by the author.
  38.  
  39.  
  40.